home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- ECHO TSL INSTALL FILE Copyright (C) 1993, THE SOFTWARE LABS, All Rights Reserved
- if not exist tslhelp.* goto problem
- if %1x == x goto error
- if %2x == x goto error
- if %1 == %2 goto error
- if %2 == a: goto error
- if %2 == A: goto error
- if %2 == B: goto error
- if %2 == b: goto error
- ECHO
- ECHO Installing the program on drive %2\WGAMES? Is this where you want the
- echo program to be installed? If not, please press CTRL-C (several times) to break
- echo out of this installation.
- echo
- pause
- %2
- cd\
- md WGAMES
- cd \WGAMES
- %1DISK1
- ECHO
- ECHO ...Installation complete.
- ECHO
- ECHO OFF
- goto done
- :error
- cls
- echo An error has occurred because you either did not read the TSLHELP or did not
- ECHO performed the commands as instructed.
- echo
- echo
- echo
- goto done
- :problem
- echo ─────────────────────────────────┤ WARNING ├─────────────────────────────────
- echo This disk does not contain all the files that were included on the diskette
- echo distributed by THE SOFTWARE LABS. If you received this disk from a relative,
- echo friend, or acquaintance, please ask them to give you ALL of the files on their
- echo original TSL disk.
- echo
- echo If you PURCHASED this disk from someone other than THE SOFTWARE LABS, then:
- echo 1 - You did not get to take advantage of our everyday low prices and our money
- echo saving 12 FREE DISK offer. So, you probably paid too much for this disk!
- echo 2 - You did not get to take advantage of the incredible selection of thousands
- echo of excellent programs we offer in our world famous TSL Catalog with its
- echo fully detailed descriptions.
- echo 3 - You cannot take advantage of the FREE technical support that TSL offers.
- echo 4 - We cannot guarantee this disk to be free from computer virus contamination.
- echo
- echo THE SOFTWARE LABS authorizes no one else to sell our disks. This is the only
- echo way we can control the serious problem of computer viruses. Every disk copied
- echo at our professional duplication facility is LABORATORY CERTIFIED VIRUS-FREE. If
- echo we let other vendors duplicate our disks, we could not make this guarantee.
- echo Unauthorized sellers violate our copyrights and expose you unnecessarily to
- echo virus contamination. If you believe this disk is an unauthorized copy, call us
- echo TOLL FREE at 1-800-359-9998 to receive the latest TSL Catalog at no charge.
- :done
- pause
- cls
-